Feature: Create draft post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 29.056s |
Scenario: Create a post with image
Before
0m 0.785s
Given
I navigate to page "<URL_GHOST>"
0m 0.623s
And
I write my email "<ADMIN_EMAIL>"
0m 0.188s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.157s
And
I click on the login button
0m 0.159s
And
I wait for 2 seconds
0m 2.190s
When
I click on the new post button
0m 0.267s
And
I wait for 2 seconds
0m 2.122s
And
I write "prueba con imagen" in the post title
0m 0.269s
And
I wait for 4 seconds
0m 4.135s
And
I click on add image
0m 0.239s
And
I wait for 4 seconds
0m 4.310s
And
I click on unsplasg image
0m 0.242s
And
I wait for 7 seconds
0m 7.183s
And
I click in back button
0m 0.335s
And
I wait for 2 seconds
0m 2.155s
And
I filter list by status Draft
0m 0.311s
And
I wait for 1 seconds
0m 1.118s
Then
I see that the first post in the list has title "prueba con imagen"
0m 0.134s
And
I wait for 2 seconds
0m 2.131s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL_GHOST>"
And
I write my email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
When
I click on the new post button
And
I wait for 2 seconds
And
I write "prueba con imagen" in the post title
And
I wait for 4 seconds
And
I click on add image
And
I wait for 4 seconds
And
I click on unsplasg image
And
I wait for 7 seconds
And
I click in back button
And
I wait for 2 seconds
And
I filter list by status Draft
And
I wait for 1 seconds
Then
I see that the first post in the list has title "prueba con imagen"
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE